runtime.gList.head (field)
12 uses
runtime (current package)
mgcmark.go#L371: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L382: q := gQueue{list.head, tail.guintptr(), list.size}
proc.go#L4054: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L4066: q := gQueue{glist.head, tail.guintptr(), glist.size}
proc.go#L7824: head guintptr
proc.go#L7830: return l.head == 0
proc.go#L7835: gp.schedlink = l.head
proc.go#L7836: l.head.set(gp)
proc.go#L7843: q.tail.ptr().schedlink = l.head
proc.go#L7844: l.head = q.head
proc.go#L7851: gp := l.head.ptr()
proc.go#L7853: l.head = gp.schedlink
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |